﻿@charset "UTF-8";
a, .transition, .indexPart1 .list-wrapper a .layer, .indexBar a em, .about_02 .list-wrapper li .time, .about_02 .list-wrapper li .msg, .about_02 .list-wrapper li .msg div, .about_05 .list li div:after, .about_06 .list-wrapper li div:after, .product .list li a .name, .productImgLayer, .productShow_02 .list-wrapper li .img:after, .productShow_02 .list-wrapper li .img .name, .news a .time, .news a p, .news a .more, .news a .imgBg, .contact_02 .form li .name, .contact_02 .form li .input, .contact_02 .submit div, .job li .name, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .product .list li a .name, .case_02 .list li .name a, .caseSelected .list-wrapper li .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .head .language, .nav ul, .indexPart2 .wal, .pageArrow, .product .row, .case_01 .row, .case_02 .row, .productImgLayer, .productShow_02 .bigImg li .layer, .pageNav ul, .newShow .time, .pageNum2 a, .contact_02 .submit div, .job li .container .info dd {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexFlash li .layer, .indexPart1 .wal, .indexPart1 .list-wrapper a .layer, .indexPart3 .wal, .indexPart3 .list li .time, .foot, .pageBanner .title, .about_03 .list .box, .about_04 .title, .about_04 li, .about_05 .list .arrow, .product .wal, .case_01 .wal, .case_02 .wal, .case_02 .list li .img a.layer, .caseSelected .list-wrapper li .img a.layer, .news a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .head .language, .indexFlash li .layer, .indexPart1 .list-wrapper a .layer, .indexPart2 .wal, .pageArrow, .indexPart4 .wal, .foot, .pageBanner .title, .about_01 .wal, .about_04 .title, .about_04 li, .about_05 .list .arrow, .product .row, .case_01 .row, .case_02 .row, .productImgLayer, .productShow_02 .bigImg li .layer, .case_02 .list li .img a.layer, .caseSelected .list-wrapper li .img a.layer, .newShow .time, .pageNum2 a, .contact_02 .submit div, .job li .container .info dd {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash li .layer, .indexPart1 .wal, .indexPart1 .list-wrapper a .layer, .indexPart3 .wal, .foot, .pageBanner .title, .about_03 .list .box, .about_04 .title, .about_04 li, .about_06 .pageArrow, .productShow_02 .pageArrow, .caseSelected .pageArrow, .pageNum .pageArrow, .product .wal, .case_01 .wal, .case_02 .wal, .productImgLayer, .case_02 .list li .img a.layer, .caseSelected .list-wrapper li .img a.layer, .pageNav ul, .news a, .pageNum2 ul, .pageNum2 a, .contact_02 .submit div {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .indexPart2 .wal, .indexPart4 .wal, .about_01 .wal, .about_05, .product .row, .case_01 .row, .case_02 .row, .productImgLayer .container, .productShow_01, .productShow_02 .bigImg li .layer, .job li .container .row, .job li .container .info dl {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .indexPart2 .list ul, .indexPart4 .wal, .about_01 .wal, .about_03 .list .box dl, .about_05, .product .list ul, .productImgLayer .container, .productShow_01, .case_02 .list ul, .caseShow, .pageNum2 ul, .contact_02 .form ul, .job li .container .row, .job li .container .info dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
 
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #e95809;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

 
h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #fff;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

@font-face {
  font-family: "Novecento";
  src: url("fonts/Novecento WideBook.woff2") format("woff2"), url("fonts/Novecento WideBook.woff") format("woff"), url("fonts/Novecento WideBook.ttf") format("truetype"), url("fonts/Novecento WideBook.eot") format("embedded-opentype"), url("fonts/Novecento WideBook.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.headD {
  height: 0.8rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff; }
  .head a {
    color: #fff; }
  .head .wal {
    min-height: 0.8rem;
    position: relative;
    max-width: 100%;
    margin: 0 .5rem; }
  .head a.logo {
    display: block;
    background: url("../images/logo154.png") center no-repeat;
    background-size: 100%;
    width: 1.54rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head .language {
    position: absolute;
    z-index: 100;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: .7rem;
    padding-top: .1rem;
    font-size: .16rem; }
    .head .language a.on {
      font-size: .32rem;
      position: relative;
      top: -.04rem; }
    .head .language em {
      padding: 0 .1rem; }

.indexHead a.logo {
  background-image: url("../images/logo.png"); }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  height: .7rem;
  border-bottom: #fff solid 1px;
  padding-right: 1.1rem; }
  .nav li {
    padding-right: .5rem;
    position: relative; }
  .nav a.name {
    display: block;
    height: 0.8rem;
    line-height: .6rem;
    position: relative;
    font-size: .16rem;
    padding-top: .1rem; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .1rem;
      width: 0;
      height: .04rem;
      background: #fff; }
    .nav a.name.on:before {
      width: 100%; }

@media screen and (min-width: 800px) {
  .nav .list {
    position: fixed;
    z-index: 50;
    left: 0;
    top: -50vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: .5rem;
    background: rgba(0, 0, 0, 0.4); }
    .nav .list dl {
      display: flex;
      display: -webkit-flex;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto; }
      .nav .list dl:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -.1rem;
        width: .7rem;
        height: .2rem;
        background: url("../images/img21.png") center top no-repeat;
        background-size: .12rem; }
    .nav .list a {
      display: block;
      color: #fff;
      margin-right: .28rem;
      position: relative;
      height: .5rem;
      line-height: .5rem;
      font-size: .14rem; }
      .nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: .02rem;
        background: #fff; }
      .nav .list a:hover:before {
        width: 100%; }
    .nav .list.list-1 dl {
      width: 6.18rem; }
    .nav .list.list-2 dl {
      width: 5.04rem; }
    .nav .list.list-3 dl {
      width: 2.75rem; }
  .nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 0.8rem;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }
  .nav li:hover a.name:before {
    width: 100%; } }
/*index*/
#page, .pageSlide {
  height: 100vh;
  overflow: hidden;
  position: relative; }

.pageSlide {
  background: center no-repeat;
  background-size: cover; }

.pageSlide.foot {
  height: 4.04rem; }

.indexIco {
  display: block;
  background: url("../images/img24.png") center no-repeat;
  background-size: cover;
  width: .24rem;
  height: 1rem;
  position: fixed;
  z-index: 20;
  left: 50%;
  margin-left: -.12rem;
  bottom: .5rem;
  animation: indexIcoAnimation 1.5s infinite linear;
  -webkit-animation: indexIcoAnimation 1.5s infinite linear; }
  .indexIco.ico-1 {
    background-image: url("../images/img24on.png"); }
  .indexIco.hide {
    opacity: 0;
    visibility: hidden; }

@keyframes indexIcoAnimation {
  from {
    bottom: .5rem; }
  to {
    bottom: 0; } }
@-webkit-keyframes indexIcoAnimation {
  from {
    bottom: .5rem; }
  to {
    bottom: 0; } }
.indexFlash li {
  height: 100vh;
  background: center no-repeat;
  background-size: cover; }
  .indexFlash li .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff; }
    .indexFlash li .layer .name {
      font-size: .6rem;
      line-height: .75rem; }
    .indexFlash li .layer .msg {
      font-size: .4rem;
      padding: .35rem 0; }
    .indexFlash li .layer .msg2 {
      font-size: .41rem;
      line-height: .51rem;
      font-family: 'Novecento'; }

.indexPart1, .indexPart2, .indexPart3, .indexPart4 {
  color: #fff; }
  .indexPart1 a, .indexPart2 a, .indexPart3 a, .indexPart4 a {
    color: #fff; }
  .indexPart1 .wal, .indexPart2 .wal, .indexPart3 .wal, .indexPart4 .wal {
    max-width: 100%;
    margin: 0 .5rem;
    height: 100vh;
    position: relative; }
  .indexPart1 .indexTitle h2, .indexPart2 .indexTitle h2, .indexPart3 .indexTitle h2, .indexPart4 .indexTitle h2 {
    font-size: .6rem;
    font-weight: 400; }
  .indexPart1 .indexTitle p, .indexPart2 .indexTitle p, .indexPart3 .indexTitle p, .indexPart4 .indexTitle p {
    font-size: .4rem;
    text-transform: uppercase;
    font-family: 'Novecento';
    padding-top: .15rem; }
  .indexPart1 .indexMore, .indexPart2 .indexMore, .indexPart3 .indexMore, .indexPart4 .indexMore {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.4rem; }
    .indexPart1 .indexMore a, .indexPart2 .indexMore a, .indexPart3 .indexMore a, .indexPart4 .indexMore a {
      display: block;
      border: #fff solid 1px;
      text-align: center;
      text-transform: uppercase;
      font-size: .41rem;
      width: 3.1rem;
      height: .73rem;
      line-height: .71rem;
      font-family: 'Novecento';
      letter-spacing: .25rem;
      padding-left: .25rem;
      color: #fff; }
      .indexPart1 .indexMore a:hover, .indexPart2 .indexMore a:hover, .indexPart3 .indexMore a:hover, .indexPart4 .indexMore a:hover {
        background: rgba(0, 0, 0, 0.6);
        border-color: rgba(0, 0, 0, 0.6); }

.indexPart1 .wal {
  padding-right: 2rem; }
.indexPart1 .list {
  padding: .6rem 0 .5rem 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
.indexPart1 .list-wrapper {
  margin-right: -.2rem; }
  .indexPart1 .list-wrapper .swiper-wrapper {
    margin-right: -.2rem; }
  .indexPart1 .list-wrapper a {
    display: block;
    margin-right: .2rem;
    position: relative; }
    .indexPart1 .list-wrapper a .img img {
      width: 100%; }
    .indexPart1 .list-wrapper a .layer {
      position: absolute;
      z-index: 10;
      left: 5%;
      right: auto;
      top: 8%;
      bottom: auto;
      width: 90%;
      height: 84%;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      opacity: 0; }
      .indexPart1 .list-wrapper a .layer:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: .02rem;
        height: 29%;
        background: #fff;
        margin-left: -.01rem; }
      .indexPart1 .list-wrapper a .layer .name {
        font-size: .2rem;
        line-height: .26rem;
        padding: 0 .3rem; }
      .indexPart1 .list-wrapper a .layer .more {
        font-size: .16rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0.1rem;
        width: 100%;
        text-transform: uppercase;
        font-family: 'Novecento'; }
        .indexPart1 .list-wrapper a .layer .more em {
          padding: 0 .15rem; }
  .indexPart1 .list-wrapper a:hover .layer {
    opacity: 1; }
.indexPart1 .scrollbar {
  height: 1px;
  background: #fff;
  position: relative;
  top: .43rem; }
  .indexPart1 .scrollbar .swiper-scrollbar-drag {
    height: .07rem;
    position: relative;
    width: 0;
    background: #fff;
    top: -.13rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

.indexPart2 .bigImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden; }
  .indexPart2 .bigImg li {
    height: 100vh;
    background: center no-repeat;
    background-size: cover; }
.indexPart2 .wal {
  z-index: 11;
  padding-right: 3.1rem; }
.indexPart2 .list {
  width: 6.1rem;
  overflow: hidden;
  position: relative; }
  .indexPart2 .list .arrow a {
    display: block;
    width: .82rem;
    height: .22rem;
    background: center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto; }
    .indexPart2 .list .arrow a.disabled {
      opacity: .2;
      cursor: default; }
    .indexPart2 .list .arrow a.prev {
      left: .1rem;
      background-image: url("../images/prev82.png"); }
    .indexPart2 .list .arrow a.next {
      right: 0;
      background-image: url("../images/next82.png"); }
  .indexPart2 .list .scrollbarDiv {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.7rem;
    bottom: auto;
    width: 100%;
    padding-left: .1rem; }
    .indexPart2 .list .scrollbarDiv .scrollbar {
      height: .41rem;
      border-top: #fff solid 1px;
      position: relative; }
      .indexPart2 .list .scrollbarDiv .scrollbar .swiper-scrollbar-drag {
        height: .07rem;
        position: relative;
        width: 0;
        background: #fff;
        top: -.04rem;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; }
  .indexPart2 .list .name {
    text-align: center;
    padding-left: .1rem;
    height: 1.1rem;
    line-height: .35rem;
    font-size: .18rem;
    letter-spacing: .02rem; }
  .indexPart2 .list li {
    width: 50%;
    padding: 0 0 .1rem .1rem; }
    .indexPart2 .list li img {
      width: 100%; }
.indexPart2 .indexMore {
  left: auto;
  right: 3.1rem;
  bottom: 10.5%; }

.pageArrow a {
  width: .82rem;
  height: .22rem;
  background: center no-repeat;
  background-size: cover;
  position: relative;
  top: .1rem; }
  .pageArrow a.prev {
    background-image: url("../images/prev82_1.png"); }
  .pageArrow a.next {
    background-image: url("../images/next82_1.png"); }
.pageArrow .num {
  width: 1.45rem;
  text-align: center;
  font-size: .18rem;
  font-family: 'Novecento'; }
  .pageArrow .num em {
    font-size: .6rem; }

.indexPart3 {
  color: #333; }
  .indexPart3 a {
    color: #333; }
  .indexPart3 .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: center no-repeat;
    background-size: cover; }
  .indexPart3 .list {
    width: 50%;
    overflow: hidden;
    position: relative; }
    .indexPart3 .list li {
      padding: .6rem 1.35rem 0 0;
      min-height: 3.85rem; }
      .indexPart3 .list li .time {
        font-size: .8rem;
        font-family: 'Novecento'; }
        .indexPart3 .list li .time div {
          height: .85rem;
          line-height: .85rem; }
        .indexPart3 .list li .time em {
          background: #333;
          color: #fff;
          font-size: .26rem;
          width: 1.2rem;
          height: .28rem;
          line-height: .28rem;
          text-align: center; }
      .indexPart3 .list li .name {
        font-size: .18rem;
        line-height: .26rem;
        padding: .4rem 0 .18rem 0;
        font-weight: bold; }
      .indexPart3 .list li p {
        font-size: .14rem;
        line-height: .24rem;
        color: #666; }
  .indexPart3 .indexMore {
    left: auto;
    right: 0;
    bottom: 17.5%; }

.indexPart4 .wal {
  padding-top: 0.8rem; }
.indexPart4 .col {
  width: 3.8rem;
  min-height: 4.56rem; }
  .indexPart4 .col .msg {
    font-size: .24rem;
    line-height: .39rem;
    padding: .5rem 0;
    letter-spacing: .01rem; }
  .indexPart4 .col .indexMore {
    position: static; }
.indexPart4 .list {
  height: 4.56rem;
  width: 6.35rem; }
  .indexPart4 .list li {
    height: 1.63rem;
    font-size: .18rem; }
    .indexPart4 .list li .num {
      font-size: .8rem;
      font-family: 'Novecento';
      height: .8rem;
      line-height: .8rem; }
      .indexPart4 .list li .num em {
        font-size: .41rem;
        padding-left: .1rem;
        position: relative;
        top: -.3rem;
        display: inline-block; }

.indexBar {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: .5rem;
  width: .3rem;
  margin-top: -1.32rem; }
  .indexBar a {
    height: .44rem;
    display: block;
    position: relative; }
    .indexBar a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 100%;
      height: 1px;
      background: #fff; }
    .indexBar a em {
      display: block;
      font-size: .14rem;
      white-space: nowrap;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 100%;
      top: 0;
      bottom: auto;
      line-height: .44rem;
      height: .44rem;
      color: #fff;
      padding-right: .18rem;
      opacity: 0;
      visibility: hidden; }
      .indexBar a em:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: .08rem;
        height: .08rem;
        background: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-top: -.04rem; }
  .indexBar a:hover:before, .indexBar a.on:before {
    width: .56rem; }
  .indexBar a:hover em, .indexBar a.on em {
    opacity: 1;
    visibility: visible;
    right: .56rem; }

.foot {
  min-height: 4.04rem;
  background: url("../images/foot.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .foot .tel {
    font-size: .38rem;
    font-family: 'Novecento';
    font-weight: bold; }
  .foot .msg {
    font-size: .16rem;
    line-height: .29rem;
    padding: .1rem 0 .35rem 0; }
  .foot .msg2 {
    font-size: .14rem;
    line-height: .24rem;
    opacity: .5; }

/*page*/
.pageBanner {
  height: 5rem;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .pageBanner .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    padding-top: 0.8rem;
    color: #fff; }
    .pageBanner .title h2 {
      font-size: .4rem;
      font-weight: 400;
      padding-bottom: .05rem; }
    .pageBanner .title p {
      font-size: .22rem;
      text-transform: uppercase;
      font-family: 'Novecento'; }

.about_01 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff; }
  .about_01:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1.8rem;
    width: 43%;
    height: 100%;
    background: url("../images/img742.jpg") center no-repeat;
    background-size: cover; }
  .about_01 .wal {
    min-height: 7.24rem;
    position: relative;
    padding: 1rem 0; }
  .about_01 .col {
    width: 8.3rem; }
    .about_01 .col .title h2 {
      font-size: .4rem;
      font-weight: 400; }
    .about_01 .col .title p {
      font-size: .2rem;
      text-transform: uppercase;
      font-family: 'Novecento';
      padding-top: .15rem;
      color: #666; }
    .about_01 .col .content {
      font-size: .14rem;
      line-height: .24rem;
      color: #666;
      text-align: justify;
      padding-top: .35rem; }
  .about_01 .list {
    width: 1.8rem; }
    .about_01 .list li {
      font-size: .18rem;
      margin-right: -.3rem;
      padding-bottom: .7rem; }
      .about_01 .list li:last-child {
        padding-bottom: 0; }
      .about_01 .list li .num {
        font-size: .5rem;
        font-family: 'Novecento';
        height: .6rem;
        line-height: .6rem; }
        .about_01 .list li .num em {
          font-size: .21rem;
          padding-left: .1rem;
          position: relative;
       
          display: inline-block; }

.aboutTitle {
  text-align: center;
  color: #fff;
  padding: .9rem 0 .45rem 0; }
  .aboutTitle h2 {
    font-weight: 400;
    font-size: .36rem;
    padding-bottom: .1rem; }
  .aboutTitle p {
    font-size: .18rem;
    text-transform: uppercase;
    font-family: 'Novecento'; }
  .aboutTitle.aboutTitle-2 {
    color: #e95809; }
  .aboutTitle.aboutTitle-3 {
    color: #333; }
    .aboutTitle.aboutTitle-3 p {
      color: #666; }

.about_02 {
  min-height: 9rem;
  background: center no-repeat;
  background-size: cover; }
  .about_02 .list {
    position: relative;
    padding: 0 .3rem; }
  .about_02 .line {
    padding: 0 .48rem;
    position: absolute;
    z-index: 0;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 100%;
    margin-top: -1px; }
    .about_02 .line:before {
      content: "";
      display: block;
      position: absolute;
      position: static;
      background: rgba(255, 255, 255, 0.5);
      height: 1px; }
  .about_02 a.arrow {
    display: block;
    width: .48rem;
    height: .48rem;
    border: #fff solid 1px;
    background: center no-repeat;
    background-size: .48rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.24rem; }
    .about_02 a.arrow:hover {
      border-color: #e95809;
      background-color: rgba(255, 255, 255, 0.62); }
    .about_02 a.arrow.prev {
      left: 0;
      background-image: url("../images/prev48.png"); }
      .about_02 a.arrow.prev:hover {
        background-image: url("../images/prev48on.png"); }
    .about_02 a.arrow.next {
      right: 0;
      background-image: url("../images/next48.png"); }
      .about_02 a.arrow.next:hover {
        background-image: url("../images/next48on.png"); }
  .about_02 .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .about_02 .list-wrapper li {
      height: 6.8rem;
      position: relative; }
      .about_02 .list-wrapper li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../images/img8.png") center no-repeat;
        background-size: .08rem; }
      .about_02 .list-wrapper li .time {
        width: 1.04rem;
        height: 1.04rem;
        line-height: 1rem;
        border: rgba(0, 0, 0, 0) solid 0.02rem;
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: auto;
        bottom: auto;
        margin-left: -.52rem;
        text-align: center;
        font-size: .3rem;
        color: #fff;
        font-family: 'Novecento'; }
      .about_02 .list-wrapper li .msg {
        width: 100%;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: auto; }
        .about_02 .list-wrapper li .msg div {
          background: #fff;
          padding: .15rem .22rem;
          font-size: .16rem;
          line-height: .24rem;
          color: #666;
          text-align: justify;
          position: relative;
          min-height: .6rem; }
          .about_02 .list-wrapper li .msg div:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: -.1rem;
            width: 100%;
            height: .1rem;
            background: url("../images/img18.png") center no-repeat;
            background-size: auto 100%; }
    .about_02 .list-wrapper li:hover:before {
      opacity: 0; }
    .about_02 .list-wrapper li:hover .time {
      background: rgba(255, 255, 255, 0.72);
      border-color: #e95809;
      color: #e95809; }
    .about_02 .list-wrapper li:hover .msg div {
      background: rgba(235, 104, 6, 0.7);
      color: #fff; }
      .about_02 .list-wrapper li:hover .msg div:before {
        background-image: url("../images/img18on.png"); }
    .about_02 .list-wrapper li:nth-child(odd) .time {
      bottom: 50%; }
    .about_02 .list-wrapper li:nth-child(odd) .msg {
      top: 50%;
      margin-top: .35rem; }
    .about_02 .list-wrapper li:nth-child(odd):hover .time {
      margin-bottom: -.52rem; }
    .about_02 .list-wrapper li:nth-child(odd):hover .msg {
      margin-top: .85rem; }
    .about_02 .list-wrapper li:nth-child(even) .time {
      top: 50%; }
    .about_02 .list-wrapper li:nth-child(even) .msg {
      bottom: 50%;
      margin-bottom: .35rem; }
      .about_02 .list-wrapper li:nth-child(even) .msg div:before {
        top: 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
    .about_02 .list-wrapper li:nth-child(even):hover .time {
      margin-top: -.52rem; }
    .about_02 .list-wrapper li:nth-child(even):hover .msg {
      margin-bottom: .85rem; }

.about_03 {
  min-height: 7rem;
  background: center no-repeat;
  background-size: cover;
  padding-bottom: 1rem; }
  .about_03 .list li {
    padding: 0 0 .1rem .4rem; }
  .about_03 .list .box {
    position: relative;
    background: #fff;
    height: 1.1rem;
    padding-left: .6rem; }
    .about_03 .list .box .img {
      width: .8rem;
      position: absolute;
      z-index: 10;
      left: -0.4rem;
      right: auto;
      top: auto;
      bottom: auto; }
    .about_03 .list .box h2 {
      font-size: .18rem;
      color: #e95809;
      padding-bottom: .08rem; }
    .about_03 .list .box dd {
      width: 20%;
      padding-left: .13rem;
      line-height: .24rem;
      position: relative;
      font-size: .14rem;
      color: #999;
      background: url("../images/img6.png") left center no-repeat;
      background-size: .06rem; }
  .about_03 .list li:nth-child(1) .box dd {
    width: 100%; }

.about_04 {
  min-height: 7rem;
  background: center no-repeat;
  background-size: cover;
  padding-top: 1.1rem;
  position: relative; }
  .about_04 .title {
    background: url("../images/img337.png") center no-repeat;
    background-size: 3.37rem;
    height: 2.92rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 2.1rem;
    color: #e95809; }
    .about_04 .title img {
      width: .6rem; }
    .about_04 .title h2 {
      font-weight: 400;
      font-size: .36rem;
      position: relative;
      padding: .4rem 0 .1rem 0; }
      .about_04 .title h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: .2rem;
        width: .5rem;
        height: .02rem;
        background: #e95809;
        margin-left: -.25rem; }
    .about_04 .title p {
      font-size: .18rem;
      text-transform: uppercase;
      font-family: 'Novecento'; }
  .about_04 .list {
    position: relative; }
    .about_04 .list li {
      position: absolute;
      background: url("../images/img280.png") center no-repeat;
      background-size: cover;
      width: 2.8rem;
      height: 2.43rem;
      color: #666; }
      .about_04 .list li img {
        width: .5rem; }
      .about_04 .list li h3 {
        font-weight: 400;
        font-size: .2rem;
        line-height: 1.5em;
        position: relative;
        padding-top: .3rem; }
        .about_04 .list li h3:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: .1rem;
          width: .4rem;
          height: 1px;
          background: #666;
          margin-left: -.2rem; }
        .about_04 .list li h3 em {
          color: #e95809; }
      .about_04 .list li p {
        font-size: .2rem;
        line-height: 1.5em; }
    .about_04 .list li.li_01 {
      top: 1.23rem;
      left: 0; }
    .about_04 .list li.li_02 {
      top: 0;
      left: 2.16rem; }
    .about_04 .list li.li_03 {
      top: 2.48rem;
      left: 2.16rem; }
    .about_04 .list li.li_04 {
      top: 0;
      right: 2.17rem; }
    .about_04 .list li.li_05 {
      top: 2.48rem;
      right: 2.17rem; }
    .about_04 .list li.li_06 {
      top: 1.23rem;
      right: 0; }

.about_05 {
  text-align: center;
  padding-bottom: 1rem; }
  .about_05 .aboutTitle {
    width: 100%; }
  .about_05 .msg {
    width: 100%;
    font-size: .14rem;
    line-height: .24rem;
    color: #666;
    padding-bottom: .25rem; }
  .about_05 .bigImg {
    width: 8.12rem;
    overflow: hidden;
    position: relative; }
  .about_05 .list {
    width: 3.12rem;
    position: relative;
    overflow: hidden; }
    .about_05 .list li div {
      width: 2.5rem;
      position: relative; }
      .about_05 .list li div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.5);
        opacity: 0; }
      .about_05 .list li div:after {
        content: "";
        display: block;
        position: absolute;
        left: 4%;
        top: 6%;
        width: 92%;
        height: 88%;
        border: rgba(255, 255, 255, 0.5) solid 1px;
        opacity: 0;
        box-sizing: border-box;
        background: url("../images/nimg50_2.png") center no-repeat;
        background-size: .3rem; }
    .about_05 .list li.on div:before, .about_05 .list li.on div:after {
      opacity: 1; }
    .about_05 .list .arrow {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: .24rem;
      height: 5.18rem;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .about_05 .list .arrow a {
        display: block;
        width: .24rem;
        height: .24rem;
        background: #dcdcdc center no-repeat;
        background-size: .24rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .about_05 .list .arrow a:hover {
          background-color: #e95809; }
        .about_05 .list .arrow a.disabled:hover {
          cursor: default;
          background-color: #dcdcdc; }
        .about_05 .list .arrow a.prev {
          background-image: url("../images/prev24.png"); }
        .about_05 .list .arrow a.next {
          background-image: url("../images/next24.png"); }
      .about_05 .list .arrow .scrollbar {
        height: 4.5rem;
        background: #c7c7c7;
        width: 1px;
        position: relative; }
        .about_05 .list .arrow .scrollbar .swiper-scrollbar-drag {
          position: relative;
          width: .03rem;
          background: #e95809;
          left: -.01rem;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0; }

@media screen and (min-width: 800px) {
  .about_05 .list {
    height: 5.18rem; }
    .about_05 .list .list-wrapper {
      height: 5.37rem;
      overflow: hidden;
      position: relative; }
    .about_05 .list li {
      height: 1.79rem; } }
.about_06 .pageArrow, .productShow_02 .pageArrow, .caseSelected .pageArrow, .pageNum .pageArrow {
  padding: .4rem 0; }
  .about_06 .pageArrow a, .productShow_02 .pageArrow a, .caseSelected .pageArrow a, .pageNum .pageArrow a {
    opacity: .5; }
    .about_06 .pageArrow a:hover, .productShow_02 .pageArrow a:hover, .caseSelected .pageArrow a:hover, .pageNum .pageArrow a:hover {
      opacity: 1; }
      .about_06 .pageArrow a:hover.prev, .productShow_02 .pageArrow a:hover.prev, .caseSelected .pageArrow a:hover.prev, .pageNum .pageArrow a:hover.prev {
        background-image: url("../images/prev82_1on.png"); }
      .about_06 .pageArrow a:hover.next, .productShow_02 .pageArrow a:hover.next, .caseSelected .pageArrow a:hover.next, .pageNum .pageArrow a:hover.next {
        background-image: url("../images/next82_1on.png"); }
    .about_06 .pageArrow a.disabled:hover, .productShow_02 .pageArrow a.disabled:hover, .caseSelected .pageArrow a.disabled:hover, .pageNum .pageArrow a.disabled:hover {
      opacity: .5;
      cursor: default; }
      .about_06 .pageArrow a.disabled:hover.prev, .productShow_02 .pageArrow a.disabled:hover.prev, .caseSelected .pageArrow a.disabled:hover.prev, .pageNum .pageArrow a.disabled:hover.prev {
        background-image: url("../images/prev82_1.png"); }
      .about_06 .pageArrow a.disabled:hover.next, .productShow_02 .pageArrow a.disabled:hover.next, .caseSelected .pageArrow a.disabled:hover.next, .pageNum .pageArrow a.disabled:hover.next {
        background-image: url("../images/next82_1.png"); }
  .about_06 .pageArrow .num em, .productShow_02 .pageArrow .num em, .caseSelected .pageArrow .num em, .pageNum .pageArrow .num em {
    color: #e95809; }

.about_06 {
  min-height: 11.3rem;
  background: center no-repeat;
  background-size: cover; }
  .about_06 .msg {
    font-size: .18rem;
    line-height: .3rem;
    color: #666;
    text-align: center;
    padding-bottom: .25rem; }
  .about_06 .bigImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: .3rem; }
  .about_06 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .about_06 .list-wrapper {
    margin-right: -.27rem; }
    .about_06 .list-wrapper li {
      padding-right: .27rem; }
      .about_06 .list-wrapper li div {
        position: relative; }
        .about_06 .list-wrapper li div:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(51, 51, 51, 0.5);
          opacity: 0; }
        .about_06 .list-wrapper li div:after {
          content: "";
          display: block;
          position: absolute;
          left: 3%;
          top: 7%;
          width: 94%;
          height: 86%;
          border: rgba(255, 255, 255, 0.5) solid 1px;
          opacity: 0;
          box-sizing: border-box;
          background: url("../images/img30.png") center no-repeat;
          background-size: .3rem; }
      .about_06 .list-wrapper li.on div:before, .about_06 .list-wrapper li.on div:after {
        opacity: 1; }

.product .pageArrow, .productImg .pageArrow, .case_02 .pageArrow {
  color: #fff; }
  .product .pageArrow a, .productImg .pageArrow a, .case_02 .pageArrow a {
    opacity: .5; }
    .product .pageArrow a:hover, .productImg .pageArrow a:hover, .case_02 .pageArrow a:hover {
      opacity: 1; }
    .product .pageArrow a.prev, .productImg .pageArrow a.prev, .case_02 .pageArrow a.prev {
      background-image: url("../images/prev82.png"); }
    .product .pageArrow a.next, .productImg .pageArrow a.next, .case_02 .pageArrow a.next {
      background-image: url("../images/next82.png"); }

.product .wal, .case_01 .wal, .case_02 .wal {
  height: 100vh;
  padding-top: 0.8rem; }
.product .title, .case_01 .title, .case_02 .title {
  color: #fff;
  position: relative;
  letter-spacing: .04rem; }
  .product .title div, .case_01 .title div, .case_02 .title div {
    position: absolute;
    left: 2.1rem;
    top: 0;
    height: 1rem;
    line-height: 1rem;
    font-family: 'Novecento';
    font-size: 1.4rem;
    opacity: .3; }
  .product .title h2, .case_01 .title h2, .case_02 .title h2 {
    position: relative;
    font-size: .6rem;
    line-height: 1.5rem;
    font-weight: 400; }

.product .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .product .list-wrapper .list-wrapper2 {
    margin-left: -.5rem; }
  .product .list-wrapper .swiper-slide {
    padding-left: .5rem; }
.product .list ul {
  margin-left: -.27rem; }
.product .list li {
  width: 25%;
  padding: 0 0 .5rem .27rem; }
  .product .list li a {
    display: block; }
    .product .list li a .name {
      text-align: center;
      height: .59rem;
      line-height: .59rem;
      font-size: .18rem;
      border-bottom: #fff solid 1px;
      color: #fff;
      letter-spacing: .02rem; }
    .product .list li a:hover .name {
      background: #fff;
      color: #333;
      font-size: .2rem;
      line-height: .64rem; }

.productImg .wal .btn, .caseShow .img .btn {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: 0;
  bottom: auto; }
  .productImg .wal .btn a, .caseShow .img .btn a {
    display: block;
    background: url("../images/img200.png") center no-repeat;
    background-size: cover;
    width: 2rem;
    height: .59rem;
    text-align: center;
    color: #fff;
    line-height: .5rem;
    font-size: .18rem;
    position: relative;
    letter-spacing: .04rem;
    top: -.83rem;
    left: -1rem; }
    .productImg .wal .btn a:before, .caseShow .img .btn a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .7rem;
      width: 100%;
      height: .24rem;
      background: url("../images/img24_6.png") center no-repeat;
      background-size: auto 100%; }
    .productImg .wal .btn a:hover, .caseShow .img .btn a:hover {
      background-image: url("../images/img200on.png");
      color: #e95809; }

.productImg {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .productImg li {
    height: 100vh;
    background: center no-repeat;
    background-size: cover; }
  .productImg .wal {
    height: 100vh;
    position: relative; }
    .productImg .wal .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 1rem;
      width: 100%;
      color: #fff; }
      .productImg .wal .layer .name {
        font-size: .36rem;
        padding-bottom: .25rem; }
      .productImg .wal .layer .tag {
        font-size: .18rem;
        border: rgba(255, 255, 255, 0.5) solid 1px;
        width: 2rem;
        height: .5rem;
        line-height: .48rem;
        text-align: center;
        letter-spacing: .16rem;
        padding-left: .16rem; }
  .productImg .pageArrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0.85rem;
    margin-right: -6rem; }

.productImgLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden; }
  .productImgLayer.show {
    opacity: 1;
    visibility: visible; }
  .productImgLayer .container {
    background: #fff;
    position: relative;
    width: 9rem;
    padding: .8rem; }
    .productImgLayer .container a.close {
      display: block;
      width: .4rem;
      height: .4rem;
      background: url("../images/close40.png") center no-repeat;
      background-size: cover;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -1.4rem;
      top: -0.3rem;
      bottom: auto; }
      .productImgLayer .container a.close:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
    .productImgLayer .container .img {
      width: 4.2rem; }
    .productImgLayer .container .col {
      width: 2.72rem; }
      .productImgLayer .container .col .title {
        position: relative;
        font-size: .3rem;
        padding-bottom: .24rem;
        line-height: 1em; }
        .productImgLayer .container .col .title:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #999;
          width: .6rem;
          height: .02rem; }
      .productImgLayer .container .col .name {
        color: #e95809;
        padding: .25rem 0;
        font-size: .18rem; }
      .productImgLayer .container .col .content {
        font-size: .14rem;
        line-height: .24rem;
        color: #666;
        text-align: justify; }

.pageNow {
  font-size: .14rem;
  color: #666;
  padding: .9rem 0 .6rem 0; }
  .pageNow a {
    color: #666; }

.pageTitle {
  color: #e95809;
  position: relative;
  font-size: .36rem;
  padding-bottom: .24rem; }
  .pageTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e95809;
    width: .6rem;
    height: .02rem; }

.productShow_01 {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  padding-bottom: .9rem; }
  .productShow_01 .col {
    width: 5rem; }
    .productShow_01 .col .msg {
      font-size: .24rem;
      line-height: .36rem;
      padding: .45rem 0; }
  .productShow_01 .bigImg {
    width: 50%; }

.productShow_02 {
  min-height: 12.8rem;
  background: center no-repeat;
  background-size: cover;
  padding-top: .8rem; }
  .productShow_02 .pageTitle {
    margin-bottom: .45rem; }
  .productShow_02 .bigImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: .3rem; }
    .productShow_02 .bigImg a.arrow {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      width: .82rem;
      height: 1rem;
      margin-top: -.5rem;
      background: center no-repeat;
      background-size: 100%; }
      .productShow_02 .bigImg a.arrow.prev {
        left: .5rem;
        background-image: url("../images/prev82_1.png"); }
        .productShow_02 .bigImg a.arrow.prev:hover {
          background-image: url("../images/prev82_1on.png"); }
        .productShow_02 .bigImg a.arrow.prev.disabled:hover {
          background-image: url("../images/prev82_1.png"); }
      .productShow_02 .bigImg a.arrow.next {
        right: .5rem;
        background-image: url("../images/next82_1.png"); }
        .productShow_02 .bigImg a.arrow.next:hover {
          background-image: url("../images/next82_1on.png"); }
        .productShow_02 .bigImg a.arrow.next.disabled:hover {
          background-image: url("../images/next82_1.png"); }
      .productShow_02 .bigImg a.arrow.disabled {
        opacity: .5;
        cursor: default; }
    .productShow_02 .bigImg li {
      position: relative; }
      .productShow_02 .bigImg li .layer {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        width: 100%;
        min-height: 1.92rem;
        color: #fff;
        background: url("../images/img10.png") center repeat-x;
        background-size: auto 100%;
        padding: .55rem .45rem .25rem 0; }
        .productShow_02 .bigImg li .layer h2 {
          text-align: center;
          font-size: .18rem;
          width: 1.5rem;
          letter-spacing: .02rem; }
        .productShow_02 .bigImg li .layer .scroll {
          flex: 1;
          -webkit-flex: 1;
          height: 1.15rem;
          overflow: hidden;
          position: relative; }
          .productShow_02 .bigImg li .layer .scroll h3 {
            font-size: .14rem;
            padding-bottom: 1em; }
          .productShow_02 .bigImg li .layer .scroll .content {
            font-size: .14rem;
            line-height: .2rem;
            text-align: justify;
            padding-right: .15rem; }
  .productShow_02 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .productShow_02 .list-wrapper {
    margin-right: -.27rem; }
    .productShow_02 .list-wrapper li {
      padding-right: .27rem; }
      .productShow_02 .list-wrapper li .img {
        position: relative; }
        .productShow_02 .list-wrapper li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(51, 51, 51, 0.5);
          opacity: 0; }
        .productShow_02 .list-wrapper li .img:after {
          content: "";
          display: block;
          position: absolute;
          left: 3%;
          top: 7%;
          width: 94%;
          height: 86%;
          border: rgba(255, 255, 255, 0.5) solid 1px;
          opacity: 0;
          box-sizing: border-box;
          background: url("../images/img30.png") center 0.22rem no-repeat;
          background-size: .3rem; }
        .productShow_02 .list-wrapper li .img .name {
          font-size: .14rem;
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: auto;
          bottom: 0.18rem;
          width: 100%;
          padding: 0 .2rem; }
      .productShow_02 .list-wrapper li.on .img:before, .productShow_02 .list-wrapper li.on .img:after {
        opacity: 1; }
      .productShow_02 .list-wrapper li.on .img .name {
        font-size: .16rem;
        color: #fff;
        text-align: center;
        bottom: .34rem; }
  .productShow_02 .back {
    padding: .55rem 0;
    border-top: #999 solid 1px; }
    .productShow_02 .back a {
      display: block;
      margin-left: auto;
      color: #e95809;
      border: #e95809 solid 1px;
      width: 1.86rem;
      height: .44rem;
      line-height: .42rem;
      text-align: center;
      font-size: .16rem;
      letter-spacing: .08rem;
      background: rgba(233, 88, 9, 0.1); }
      .productShow_02 .back a em {
        background: url("../images/img14.png") left center no-repeat;
        background-size: .14rem;
        padding-left: .28rem; }
      .productShow_02 .back a:hover {
        background: #e95809;
        color: #fff; }
        .productShow_02 .back a:hover em {
          background-image: url("../images/img14on.png"); }

.case_01 .title div {
  left: 1.5rem; }
.case_01 .list {
  position: relative;
  padding: 0 .9rem; }
  .case_01 .list .arrow a {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    width: .82rem;
    height: 1rem;
    margin-top: -.5rem;
    background: center no-repeat;
    background-size: 100%;
    opacity: .5; }
    .case_01 .list .arrow a:hover {
      opacity: 1; }
    .case_01 .list .arrow a.prev {
      left: 0;
      background-image: url("../images/prev82.png"); }
    .case_01 .list .arrow a.next {
      right: 0;
      background-image: url("../images/next82.png"); }
.case_01 .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .case_01 .list-wrapper .img {
    max-width: 9.03rem;
    margin: 0 auto;
    position: relative; }
    .case_01 .list-wrapper .img em {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0.5rem;
      right: auto;
      top: auto;
      bottom: 0.5rem;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      min-width: 2rem;
      line-height: .5rem;
      height: .5rem;
      padding: 0 .2rem;
      font-size: .18rem; }

.case_02 .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .case_02 .list-wrapper .list-wrapper2 {
    margin-left: -.5rem; }
  .case_02 .list-wrapper .swiper-slide {
    padding-left: .5rem; }
.case_02 .list ul {
  margin-left: -.44rem; }
.case_02 .list li {
  width: 33.333%;
  padding: 0 0 .3rem .44rem;
  text-align: center; }
  .case_02 .list li .img {
    position: relative; }
    .case_02 .list li .img a.layer {
      position: absolute;
      z-index: 10;
      left: 5%;
      right: auto;
      top: 8%;
      bottom: auto;
      width: 90%;
      height: 84%;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      opacity: 0;
      color: #fff; }
      .case_02 .list li .img a.layer:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: .02rem;
        height: 29%;
        background: #fff;
        margin-left: -.01rem; }
      .case_02 .list li .img a.layer .name2 {
        font-size: .2rem;
        line-height: .26rem;
        padding: 0 .3rem; }
      .case_02 .list li .img a.layer .more {
        font-size: .16rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0.1rem;
        width: 100%;
        text-transform: uppercase;
        font-family: 'Novecento'; }
        .case_02 .list li .img a.layer .more em {
          padding: 0 .15rem; }
  .case_02 .list li .name a {
    display: block;
    height: .55rem;
    line-height: .55rem;
    color: #fff;
    font-size: .18rem; }
  .case_02 .list li:hover .img .layer {
    opacity: 1; }
  .case_02 .list li:hover .name a {
    opacity: 0; }

.caseShow {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .caseShow .col {
    padding-bottom: 1rem; }
  .caseShow .col-1 {
    width: 100%; }
  .caseShow .img {
    background: center no-repeat;
    background-size: cover;
    position: relative; }
  .caseShow .box {
    margin-left: .5rem;
    background: #e5e5e5;
    position: relative; }
    .caseShow .box .wal {
      min-height: 6rem;
      position: relative; }
      .caseShow .box .wal .title {
        color: #e95809;
        position: relative;
        padding: 1.5rem 0 .25rem 0;
        font-size: .36rem; }
        .caseShow .box .wal .title:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: .6rem;
          height: .02rem;
          background: #e95809; }
      .caseShow .box .wal .content {
        font-size: .14rem;
        line-height: .24rem;
        color: #666;
        text-align: justify;
        width: 3rem;
        padding: .45rem 0 1.5rem 0; }
        .caseShow .box .wal .content p {
          padding-bottom: .1rem; }
      .caseShow .box .wal .msg {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: -0.1rem;
        font-size: .48rem;
        color: #666;
        opacity: .1;
        font-family: 'Novecento';
        text-transform: uppercase;
        line-height: .58rem; }
    .caseShow .box .img {
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 0;
      bottom: auto;
      width: 11.46rem;
      height: 100%;
      margin-left: -1.86rem; }
  .caseShow .col-2 {
    padding-right: .9rem;
    width: 45%; }
    .caseShow .col-2 .img {
      height: 6rem; }
  .caseShow .col-3 {
    padding-right: .5rem;
    width: 55%; }
    .caseShow .col-3 .img {
      height: 6rem; }
  .caseShow .col-4 {
    padding-left: .5rem;
    width: 100%;
    background: #e5e5e5; }
    .caseShow .col-4 .img {
      height: 6rem; }
  .caseShow .col-5 {
    width: 100%;
    padding-bottom: 0; }
    .caseShow .col-5 .img {
      height: 7rem; }

.caseSelected {
  padding-bottom: .8rem;
  background: #e5e5e5; }
  .caseSelected .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .caseSelected .list-wrapper {
    margin-left: -.45rem; }
    .caseSelected .list-wrapper li {
      padding-left: .45rem; }
      .caseSelected .list-wrapper li .img {
        position: relative; }
        .caseSelected .list-wrapper li .img a.layer {
          position: absolute;
          z-index: 10;
          left: 5%;
          right: auto;
          top: 8%;
          bottom: auto;
          width: 90%;
          height: 84%;
          background: rgba(0, 0, 0, 0.5);
          text-align: center;
          opacity: 0;
          color: #fff; }
          .caseSelected .list-wrapper li .img a.layer:before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 0;
            width: .02rem;
            height: 29%;
            background: #fff;
            margin-left: -.01rem; }
          .caseSelected .list-wrapper li .img a.layer .name {
            font-size: .2rem;
            line-height: .26rem;
            padding: 0 .3rem; }
          .caseSelected .list-wrapper li .img a.layer .more {
            font-size: .16rem;
            position: absolute;
            z-index: 10;
            left: 0;
            right: auto;
            top: auto;
            bottom: 0.1rem;
            width: 100%;
            text-transform: uppercase;
            font-family: 'Novecento'; }
            .caseSelected .list-wrapper li .img a.layer .more em {
              padding: 0 .15rem; }
      .caseSelected .list-wrapper li .name a {
        display: block;
        font-size: .18rem;
        height: .72rem;
        line-height: .72rem;
        text-align: center;
        color: #666; }
    .caseSelected .list-wrapper li:hover .img a.layer {
      opacity: 1; }

.pageNav {
  padding: 1rem 0 .25rem 0; }
  .pageNav li {
    padding: 0 .55rem; }
  .pageNav a {
    display: block;
    position: relative;
    font-size: .24rem;
    height: .7rem;
    line-height: .7rem;
    color: #888; }
    .pageNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: .02rem;
      background: #c6c6c6; }
    .pageNav a:hover, .pageNav a.on {
      color: #e95809; }
      .pageNav a:hover:before, .pageNav a.on:before {
        left: 0;
        width: 100%;
        background: #e95809; }

.news a {
  position: relative;
  min-height: 2.4rem;
  padding: .35rem .3rem .35rem 4.4rem;
  color: #666; }
  .news a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #e1e1e1; }
  .news a .time, .news a p, .news a .more {
    position: relative; }
  .news a .time {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    width: 1.3rem;
    font-size: .14rem;
    color: #999;
    text-align: center;
    font-family: 'Novecento'; }
    .news a .time div {
      font-size: .48rem; }
  .news a .imgBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center right no-repeat;
    background-size: auto 100%;
    opacity: 0; }
    .news a .imgBg:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/img1200.png") right repeat-y;
      background-size: auto .3rem; }
  .news a .img {
    position: absolute;
    z-index: 10;
    left: 1.3rem;
    right: auto;
    top: auto;
    bottom: auto;
    width: 2.7rem; }
  .news a .name {
    font-size: .18rem; }
  .news a p {
    font-size: .14rem;
    line-height: .26rem;
    color: #999;
    padding: .15rem 0; }
  .news a .more {
    font-size: .14rem;
    color: #999;
    text-transform: uppercase;
    font-family: 'Novecento';
    width: .84rem;
    height: .28rem;
    line-height: .26rem;
    text-align: center;
    border: #999 solid 1px;
    letter-spacing: .02rem; }
.news a:hover {
  background: #fff;
  z-index: 2;
  box-shadow: 0 0.12rem 0.3rem rgba(112, 113, 114, 0.2);
  -webkit-box-shadow: 0 0.12rem 0.3rem rgba(112, 113, 114, 0.2);
  -moz-box-shadow: 0 0.12rem 0.3rem rgba(112, 113, 114, 0.2);
  color: #e95809; }
  .news a:hover:before {
    opacity: 0; }
  .news a:hover .imgBg {
    opacity: .3; }
  .news a:hover .time, .news a:hover p, .news a:hover .more {
    color: #e95809; }
  .news a:hover .name {
    font-weight: bold; }
  .news a:hover .more {
    border-color: #e95809;
    background: #fdeee6; }

.pageNum {
  padding-bottom: .5rem; }

.newShow {
  min-height: 5rem;
  position: relative; }
  .newShow .title {
    font-size: .36rem;
    color: #e95809; }
  .newShow a.back {
    display: block;
    color: #999;
    border: #999 solid 1px;
    width: 1.86rem;
    height: .44rem;
    line-height: .42rem;
    text-align: center;
    font-size: .16rem;
    letter-spacing: .08rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
    .newShow a.back em {
      background: url("../images/img14_2.png") left center no-repeat;
      background-size: .14rem;
      padding-left: .28rem; }
    .newShow a.back:hover {
      background: #e95809;
      color: #fff;
      border-color: #e95809; }
      .newShow a.back:hover em {
        background-image: url("../images/img14on.png"); }
  .newShow .time {
    font-size: .14rem;
    color: #666;
    font-family: 'Novecento';
    padding: .12rem 0 .25rem 0;
    border-bottom: #b1b1b1 solid 1px; }
    .newShow .time img {
      width: .14rem;
      margin-right: .08rem; }
  .newShow .content {
    font-size: .14rem;
    line-height: .34rem;
    color: #666;
    text-align: justify;
    padding: .35rem 0 .85rem 0; }
    .newShow .content .img {
      text-align: center;
      padding: .2rem 0; }
    .newShow .content h2 {
      color: #e95809;
      font-size: .18rem;
      padding: .1rem 0; }

.pageNum2 {
  padding-bottom: 1rem; }
  .pageNum2 ul {
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px; }
  .pageNum2 li {
    width: 40%; }
  .pageNum2 a {
    height: .83rem;
    font-size: .18rem;
    color: #999; }
    .pageNum2 a i {
      background: center no-repeat;
      background-size: 100%;
      opacity: .5;
      width: .82rem;
      height: .3rem;
      position: relative;
      top: -.04rem; }
    .pageNum2 a:hover {
      font-weight: bold;
      color: #e95809; }
      .pageNum2 a:hover i {
        opacity: 1; }
    .pageNum2 a.prev i {
      background-image: url("../images/prev82_1.png");
      left: -.2rem; }
    .pageNum2 a.prev:hover i {
      background-image: url("../images/prev82_1on.png"); }
    .pageNum2 a.next i {
      background-image: url("../images/next82_1.png");
      order: 2;
      left: .2rem; }
    .pageNum2 a.next:hover i {
      background-image: url("../images/next82_1on.png"); }

.contact_01 {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .contact_01:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 29%;
    height: 100%;
    background: url("../images/img563.jpg") center no-repeat;
    background-size: cover; }
  .contact_01 .map {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 71%;
    height: 100%; }
  .contact_01 .wal {
    min-height: 8.62rem;
    
    padding: 1.2rem 0 1rem 0; }
  .contact_01 .box {
    min-height: 6.42rem;
    background: #f3f3f3;
    width: 50%;
    padding: .6rem .6rem .4rem; 
	position: relative;
    z-index: 2;}
    .contact_01 .box .title {
      color: #e95809; }
      .contact_01 .box .title h2 {
        font-weight: 400;
        font-size: 30px;
        letter-spacing: .04rem; }
      .contact_01 .box .title p {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Novecento';
        padding: .1rem 0 .4rem 0;color: #333333; }
    .contact_01 .box li {
      min-height: .72rem;
      position: relative;
      border-bottom: #e5e5e5 solid 1px;
      font-size: .24rem;
      line-height: .36rem;
      padding: .18rem 0 .18rem 0.5rem }
      .contact_01 .box li:last-child {
        border: 0; }
      .contact_01 .box li img {
        width: .3rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.21rem;
        bottom: auto; }
      .contact_01 .box li b {
        position: absolute;
        z-index: 10;
        left: 0.48rem;
        right: auto;
        top: 0.18rem;
        bottom: auto;
		font-size:18px }
		
 .contact_01 .box li p {font-size:18px }
 
 @media only screen and (max-width: 800px){
 .contact_01 .box li p {font-size:16px;text-indent: 1.2em;}
 }

.contact_02 .form ul {
  margin-left: -.4rem; }
.contact_02 .form li {
  width: 50%;
  padding: 0 0 .3rem .4rem;
  position: relative; }
  .contact_02 .form li .ico {
    width: .24rem;
    position: absolute;
    z-index: 10;
    left: 0.4rem;
    right: auto;
    top: 0.18rem;
    bottom: auto; }
    .contact_02 .form li .ico img {
      display: block; }
    .contact_02 .form li .ico img:nth-child(2) {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      opacity: 0; }
  .contact_02 .form li .name {
    position: absolute;
    z-index: 10;
    left: 0.72rem;
    right: auto;
    top: 0;
    bottom: auto;
    font-size: .16rem;
    line-height: .6rem;
    color: #999; }
  .contact_02 .form li .input {
    height: .6rem;
    border-bottom: #afafaf solid 1px;
    position: relative;
    z-index: 11; }
    .contact_02 .form li .input input {
      width: 100%;
      height: .6rem;
      line-height: .6rem;
      color: #e95809;
      font-size: .16rem;
      padding-left: .32rem; }
.contact_02 .form li.li_01 {
  width: 100%; }
.contact_02 .form li.on .ico img:nth-child(1) {
  opacity: 0; }
.contact_02 .form li.on .ico img:nth-child(2) {
  opacity: 1; }
.contact_02 .form li.on .name {
  opacity: 0; }
.contact_02 .form li.on .input {
  border-color: #e95809; }
.contact_02 .submit {
  padding: .2rem 0 1rem 0; }
  .contact_02 .submit div {
    background: #fdeee6;
    border: #f3a377 solid 1px;
    width: 2.4rem;
    height: .45rem;
    position: relative;
    margin: 0 auto;
    font-size: .16rem;
    color: #e95809; }
    .contact_02 .submit div .ico {
      width: .55rem;
      height: .11rem;
      margin-left: .2rem;
      position: relative; }
      .contact_02 .submit div .ico img {
        display: block; }
      .contact_02 .submit div .ico img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .contact_02 .submit div:hover {
      background: #e95809;
      color: #fff; }
      .contact_02 .submit div:hover .ico img:nth-child(1) {
        opacity: 0; }
      .contact_02 .submit div:hover .ico img:nth-child(2) {
        opacity: 1; }
  .contact_02 .submit input {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }

.job {
  padding: .7rem 0 1rem 0; }
  .job li .name {
    height: 1.03rem;
    line-height: 1.03rem;
    position: relative;
    border-bottom: #ccc solid 1px;
    font-size: .16rem;
    color: #999;
    cursor: pointer; }
    .job li .name:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: .3rem;
      height: 100%;
      background: url("../images/img30_5.png") center no-repeat;
      background-size: 100%; }
    .job li .name h2 {
      font-weight: 400;
      font-size: .24rem; }
    .job li .name .price, .job li .name .address {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 6.4rem; }
    .job li .name .address {
      width: 3.95rem;
      padding-left: .27rem;
      background: url("../images/img15.png") left center no-repeat;
      background-size: .15rem; }
  .job li .container {
    display: none;
    background: #f3f3f3;
    padding: 0 .6rem; }
    .job li .container .row {
      padding: .25rem 0; }
      .job li .container .row .col {
        width: 5rem; }
      .job li .container .row h3 {
        color: #e95809;
        font-size: .18rem;
        line-height: .48rem; }
        .job li .container .row h3 em {
          font-size: .14rem;
          font-weight: 400; }
      .job li .container .row dd {
        min-height: .24rem;
        line-height: .24rem;
        position: relative;
        padding: 0 0 .08rem .14rem;
        color: #666; }
        .job li .container .row dd:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: .09rem;
          background: #e95809;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          width: .06rem;
          height: .06rem; }
    .job li .container .info {
      border-top: #dae4ec solid 1px;
      padding: .3rem 0 .5rem 0; }
      .job li .container .info dd {
        font-size: .14rem;
        color: #525c66;
        height: .42rem; }
        .job li .container .info dd img {
          height: .2rem;
          margin-right: .08rem; }
  .job li.on .name {
    border-color: rgba(0, 0, 0, 0);
    color: #e95809; }
    .job li.on .name:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      opacity: .5; }
    .job li.on .name .address {
      background-image: url("../images/img15on.png"); }
	  
	  
	  .InputText{color:#999}

/*# sourceMappingURL=index.css.map */

.fanye{  text-align:center;  margin:30px 0 20px 0;}
.fanye li{display:inline}
.fanye a, .fanye span{ border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;}
.fanye a:hover{ color:white; 
    background-color:#488d4a; 
    border:#488d4a solid 1px;}
.fanye span.current{ color:white; 
    background-color:#488d4a; 
    border:#488d4a solid 1px;}
.fanye span.disable{  }
.fanye .active span{background:#488d4a;color:#ffffff}
